home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AGA Toolkit '97
/
The AGA Toolkit '97.iso
/
miscellaneous
/
add-ons
/
fastimagefxmodules
/
install
< prev
next >
Wrap
Text File
|
1996-09-07
|
873b
|
25 lines
ECHO "Installing FastIFXModules"
failat 7
if exists ImageFX:
echo "Installing modules:"
copy clone -H#?(Load|Scal)#? ImageFX:Modules/Loaders
copy clone -H#?Save#? ImageFX:Modules/Savers
echo "Loader&Scaler installed in ImageFX:Modules/Loaders/..."
echo "Saver installed in ImageFX:Modules/Savers/..."
if exists :hhsloaderkey.library
echo "Installing Keyfile:"
copy clone :H#?loaderkey#?.library LIBS:
echo "Keyfile hhsloaderkey.library installed in LIBS:"
endif
echo "Installing ARexx scripts to ImageFX:Rexx"
copy clone #?.rx(%|.info) ImageFX:Rexx
echo "Documentation and IFXAppWindow are not installed; copy them by"
echo "dragging to any place you like."
else
echo "No Assign to ImageFX: found! Please make assign manually to your"
echo "ImageFX directory and start install script again or install the"
echo "modules manually as described in the ReadMe."
endif
wait 30